-
Notifications
You must be signed in to change notification settings - Fork 71
Make the tests pass with Docutils 0.22 #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Pull-Request: executablebooks/sphinx-tabs#207 Signed-off-by: Michał Górny <mgorny@gentoo.org>
There is a pending fix upstream at executablebooks/sphinx-tabs#207
|
Is there any way to help with this ? |
c87f86c to
6197138
Compare
That attribute is no longer present since this Docutils commit: https://sourceforge.net/p/docutils/code/9684/ Fixes executablebooks#206.
6197138 to
434eab2
Compare
bsipocz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @mitya57!
|
For anyone also getting lost in the version matrix: this fix has not been released yet, it just missed https://github.com/executablebooks/sphinx-tabs/commits/v3.4.7/ Should be in the next one. |
|
Yes, there are still sphinx9/py314 issues that should ideally be sorted out before a release. Last time I checked: #209 (comment) |
backrefsattribute always exists. It is no longer present since this Docutils commit: https://sourceforge.net/p/docutils/code/9684/.str(int(value)), see https://sourceforge.net/p/docutils/code/9691/.The CI fails because the tests are also broken by new Sphinx, PR #200 should help with that.
Fixes #206.